@charset "utf-8";
/* CSS Document */

/* centraliza no Firefox */ body { text-align:center; } /* centraliza no IE */ 
#centro {
	margin:0px auto;
    width:770px; border: 0;
    vertical-align:top;
    position:relative;
    background-color:#ffffff;
}